-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update MSG-4 visible calibration coefficients #81
Conversation
Codecov Report
@@ Coverage Diff @@
## main #81 +/- ##
=======================================
Coverage 77.61% 77.61%
=======================================
Files 21 21
Lines 1452 1452
Branches 107 120 +13
=======================================
Hits 1127 1127
Misses 301 301
Partials 24 24
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Can we just remove support for python 3.8? Or do you still need to run level1c4pps for python-3.8? |
Forwarding this to @yeigenbrodt 🙂 |
I see no reason to support 3.8. |
I simplified the satpy version requirement a little (> 0.41), which speeds up the build a bit:
So at least from the Python-3.11 jobs you get a quick feedback. But 46 minutes for Python-3.9 is way too long... Any idea how to speed this up? |
I see this is already using mamba, which I was going to suggest. I'm very surprised it takes such a long time with mamba though... |
That helped a lot! Now at 6 minutes max 🙂 @ninahakansson From my point of view this is ready to merge now. |
Update MSG-4 visible calibration coefficients to latest version from May 2023: https://msgcpp.knmi.nl/solar-channel-calibration.html
Edit 1
For some reason creating the conda environment on macos failed (see https://github.com/foua-pps/level1c4pps/actions/runs/5785938956):
Switching to mambaforge seems to solve the problem.
Edit 2
Now creating the conda env with Python-3.8 takes forever...
I noticed some warnings about deprecated node 12 (https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/) so I updated
actions/checkout
andcodecov/codecov-action
to version 3. But that doesn't speed things up...pytest level1c4pps
flake8